summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: 5b304985b25b6a84df7bb1629aa90f0cc82d198c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
dag_test = executable(
	'dag_test',
        [
		'dag.c',
		'../src/jobs.c',
		'../src/util.c',
		'../src/queue.c',
	],

	include_directories: evanix_inc,
	dependencies: [ cjson_dep, highs_dep, sqlite_dep ],
)

test('dag', dag_test)