aboutsummaryrefslogtreecommitdiff
path: root/test/validation/Makefile.am
blob: 90cc5498f296cfcae1b3fe2f79b90715315d86a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
ODP_MODULES = atomic \
	      barrier \
	      buffer \
	      classification \
	      cpumask \
	      crypto \
	      errno \
	      hash \
	      init \
	      lock \
	      queue \
	      packet \
	      pktio \
	      pool \
	      random \
	      scheduler \
	      std_clib \
	      thread \
	      time \
	      timer \
	      traffic_mngr \
	      shmem \
	      system

SUBDIRS = common $(ODP_MODULES)

#The tests will need to retain the deprecated test implementation
AM_CFLAGS += -Wno-deprecated-declarations