aboutsummaryrefslogtreecommitdiff
path: root/test/validation/Makefile.am
blob: 197ff8960efed0c11c574b03d7c02443172adecd (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
ODP_MODULES = buffer \
	      classification \
	      config \
	      cpumask \
	      crypto \
	      errno \
	      hash \
	      init \
	      queue \
	      packet \
	      pktio \
	      pool \
	      random \
	      scheduler \
	      std_clib \
	      synchronizers \
	      thread \
	      time \
	      timer \
	      shmem \
	      system

SUBDIRS = common $(ODP_MODULES)

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