Skip to content

Commit

Permalink
Use new CP.cpp for this test
Browse files Browse the repository at this point in the history
    * tests/gen_test/base/gen_test_base.mpc:
  • Loading branch information
jwillemsen committed Apr 9, 2024
1 parent 598b7b8 commit 4dd6fe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/gen_test/base/gen_test_base.mpc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project(*idl_gen) : ciaox11_idldefaults {
custom_only = 1
idlflags += -Wb,base_export_macro=HELLO \
-Wb,base_export_include=hello \
-Gxhst -Glem
-Gxhst -Glem -Gxhcp -Gcpc

IDL_Files {
hello.idl
Expand Down Expand Up @@ -49,6 +49,7 @@ project(*stub) : taox11_lib {

Source_Files {
helloC.cpp
helloCP.cpp
}

Header_Files {
Expand Down

0 comments on commit 4dd6fe2

Please sign in to comment.