Add atomic test to TEST_PROGS

This commit is contained in:
Matthias Clasen 2011-10-15 00:56:08 -04:00
parent 482bb38748
commit 4417e77f17

View File

@ -181,8 +181,8 @@ dataset_LDADD = $(progs_ldadd)
TEST_PROGS += sort
sort_LDADD = $(progs_ldadd)
noinst_PROGRAMS += atomic
atomic_CFLAGS = $(INCLUDES)
TEST_PROGS += atomic
atomic_CFLAGS = $(INCLUDES)
if HAVE_GCC
atomic_CFLAGS += -Wstrict-aliasing=2
endif