From: Matt Turner Date: Sun, 7 Dec 2014 22:08:58 +0000 (-0800) Subject: util: Wire up u_atomic_test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a208e9b520ae2d854ae588fea309763b2eaad616;p=mesa.git util: Wire up u_atomic_test. --- diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 0387f210c97..c7e183e8d61 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -37,6 +37,9 @@ libmesautil_la_SOURCES = \ $(MESA_UTIL_FILES) \ $(MESA_UTIL_GENERATED_FILES) +check_PROGRAMS = u_atomic_test +TESTS = $(check_PROGRAMS) + BUILT_SOURCES = $(MESA_UTIL_GENERATED_FILES) CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = format_srgb.py SConscript