aboutsummaryrefslogtreecommitdiff
path: root/test/validation/Makefile.am
blob: 5d8e93b2801e6682218b50aa934bc97da21cf9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ODP_MODULES = buffer \
##	      classification \
	      cpumask \
	      crypto \
	      errno \
	      init \
	      queue \
	      packet \
	      pktio \
	      pool \
	      random \
	      scheduler \
	      synchronizers \
	      thread \
	      time \
	      timer \
	      shmem \
	      system

SUBDIRS = common $(ODP_MODULES)