summarylogtreecommitdiffstats
path: root/010-vmaf-skip-test_model.patch
blob: f6361b2c8253e78ad6894845dc4928dc5bc4707a (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
--- a/libvmaf/test/meson.build
+++ b/libvmaf/test/meson.build
@@ -33,14 +33,6 @@ test_thread_pool = executable('test_thread_pool',
     dependencies : thread_lib,
 )
 
-test_model = executable('test_model',
-    ['test.c', 'test_model.c', '../src/dict.c', '../src/svm.cpp', '../src/pdjson.c', '../src/read_json_model.c', '../src/log.c', json_model_c_sources],
-    include_directories : [libvmaf_inc, test_inc, include_directories('../src')],
-    c_args : vmaf_cflags_common,
-    cpp_args : vmaf_cflags_common,
-    dependencies : thread_lib,
-)
-
 test_predict = executable('test_predict',
     ['test.c', 'test_predict.c', '../src/predict.c', '../src/dict.c',
      '../src/feature/feature_collector.c', '../src/feature/alias.c', '../src/model.c', '../src/svm.cpp', '../src/log.c',
@@ -82,7 +74,6 @@ test_ref = executable('test_ref',
 test('test_picture', test_picture)
 test('test_feature_collector', test_feature_collector)
 test('test_thread_pool', test_thread_pool)
-test('test_model', test_model)
 test('test_predict', test_predict)
 test('test_feature_extractor', test_feature_extractor)
 test('test_dict', test_dict)