From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 26 Mar 2020 07:40:29 +0100 Subject: [LTP] [PATCH] Add test for CVE 2018-1000199 In-Reply-To: <20200326063638.GB5206@dell5510> References: <20200319162114.3967-1-mdoucha@suse.cz> <20200326055639.GA5206@dell5510> <20200326063638.GB5206@dell5510> Message-ID: <20200326064029.GA13858@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Martin, > > > +TST_TEST_CONF("This test is only supported on x86 systems") > > FYI there is TST_TEST_TCONF(). > + There needs to be semicolon after the macro (we could change this in the > library. > > > +#endif Last thing about TST_TEST_TCONF() :). You need to define it after including tst_test.h. Kind regards, Petr