X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=e0bbf464853daa10e7a92d8e130dad7729e27f69;hb=8c3cea9493eb7c10aa855f6fa73725705f7bc349;hp=02e0583c08c3a8f3be1d9081a1fabe390d894ac6;hpb=fdf01eeda9f634a32db3fc90cd342da08d7a259d;p=urcu.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 02e0583..e0bbf46 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,12 +40,6 @@ URCU_MB_LIB=$(top_builddir)/liburcu-mb.la URCU_SIGNAL_LIB=$(top_builddir)/liburcu-signal.la URCU_BP_LIB=$(top_builddir)/liburcu-bp.la -if GCC_API -APIHEADER=api_gcc.h -else -APIHEADER=api_@ARCHTYPE@.h -endif - EXTRA_DIST = $(top_srcdir)/tests/api_*.h @@ -157,8 +151,6 @@ test_urcu_bp_dynamic_link_CFLAGS = -DDYNAMIC_LINK_TEST $(AM_CFLAGS) urcutorture.c: api.h -api.h: $(APIHEADER) - cp -f $(srcdir)/$(APIHEADER) api.h - -clean-local: - rm -f api.h +check-am: + ./test_uatomic + ./runall.sh