diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-01 15:43:30 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-01 15:56:56 +0530 |
commit | 50a527f757f69befbe4081dd90467bdaef50a68f (patch) | |
tree | 85148a6d50126d7ffea9122c568bdd2bac02a5ba /tests/meson.build | |
parent | fb801a2b7d0ae0ed0fc6b3543974bb8e9fc64357 (diff) |
tests: clean up
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/meson.build b/tests/meson.build index 22ce6b8..d8f1ef6 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -5,11 +5,6 @@ dag_test = executable( '../src/jobs.c', '../src/util.c', '../src/queue.c', - '../src/build.c', - '../src/jobid.c', - '../src/solver_conformity.c', - '../src/solver_highs.c', - '../src/solver_sjf.c', ], include_directories: evanix_inc, |