File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ include prorab-test.mk
3
3
4
4
$(eval $(call prorab-config, ../../config))
5
5
6
- this_name := harness
6
+ this_name := harness$( this_dbg )
7
7
8
8
this_soname := 0
9
9
10
10
this_srcs += $(call prorab-src-dir, .)
11
11
12
- this_ldlibs += -l papki
13
- this_ldlibs += ../../src/out/$(c ) /libcssom$(dot_so )
12
+ this_ldlibs += -l papki$( this_dbg )
13
+ this_ldlibs += ../../src/out/$(c ) /libcssom$(this_dbg )$( dot_so )
14
14
15
15
this_no_install := true
16
16
Original file line number Diff line number Diff line change @@ -7,22 +7,19 @@ this_name := tests
7
7
8
8
this_srcs += $(call prorab-src-dir, .)
9
9
10
- this_ldlibs += -lharness -lcssom -lpapki -lutki -ltst
11
- this_ldflags += -L$(d ) ../../src/out/$(c )
12
- this_ldflags += -L$(d ) ../harness/out/$(c )
10
+ this_ldlibs += -l papki$(this_dbg )
11
+ this_ldlibs += -l utki$(this_dbg )
12
+ this_ldlibs += -l tst
13
+
14
+ this_ldlibs += ../../src/out/$(c ) /libcssom$(this_dbg )$(dot_so )
15
+ this_ldlibs += ../harness/out/$(c ) /libharness$(this_dbg )$(dot_so )
13
16
14
17
this_cxxflags += -isystem ../../src
15
18
16
19
this_no_install := true
17
20
18
21
$(eval $(prorab-build-app))
19
22
20
- # add dependency on libcssom
21
- $(prorab_this_name ) : $(abspath $(d ) ../../src/out/$(c ) /libcssom$(dot_so ) )
22
-
23
- # add dependency on libharness
24
- $(prorab_this_name ) : $(abspath $(d ) ../harness/out/$(c ) /libharness$(dot_so ) )
25
-
26
23
this_test_cmd := $(prorab_this_name ) --junit-out=out/$(c ) /junit.xml
27
24
this_test_deps := $(prorab_this_name )
28
25
this_test_ld_path := ../../src/out/$(c ) ../harness/out/$(c )
You can’t perform that action at this time.
0 commit comments