@@ -12,7 +12,7 @@ INCFLAGS = \
-I$(top_srcdir)/include/odp/arch/@ARCH_ABI@ \
-I$(top_srcdir)/platform/@with_platform@/include \
-I$(top_srcdir)/platform/@with_platform@/arch/@ARCH_DIR@ \
- -I$(top_srcdir)/test \
+ -I$(top_srcdir)/test_common \
-I$(top_builddir)/include
AM_CPPFLAGS = $(INCFLAGS)
@@ -24,9 +24,6 @@ endif
bin_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY)
-noinst_HEADERS = \
- $(top_srcdir)/test/test_debug.h
-
odp_bench_packet_SOURCES = odp_bench_packet.c
odp_crypto_SOURCES = odp_crypto.c
odp_pktio_ordered_SOURCES = odp_pktio_ordered.c dummy_crc.h
@@ -24,4 +24,5 @@ libthrmask_common_la_CFLAGS = $(AM_CFLAGS) -DTEST_THRMASK
endif
+noinst_HEADERS = test_debug.h
dist_test_SCRIPTS = run-test.sh
similarity index 100%
rename from test/test_debug.h
rename to test_common/test_debug.h