X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=c25f8be36e21c54f0582e78dae001d66c4c29e16;hb=bb186d0d5f88ea24fee51cfe1f0ff1c7e7b268ac;hp=02e0583c08c3a8f3be1d9081a1fabe390d894ac6;hpb=fdf01eeda9f634a32db3fc90cd342da08d7a259d;p=urcu.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 02e0583..c25f8be 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,5 @@ 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: + ./runall.sh