Skip to content

Commit

Permalink
Merge pull request #7097 from CAS-Atlantic/fixing_jitbuilder_samples_2.0
Browse files Browse the repository at this point in the history
Make JitBuilder thunk test optional
  • Loading branch information
mstoodle authored Aug 23, 2023
2 parents ce63696 + ab35dd9 commit 51ac424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jitbuilder/release/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright IBM Corp. and others 2023
# Copyright IBM Corp. and others 2017
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -42,7 +42,6 @@ create_jitbuilder_test(iterfib cpp/samples/IterativeFib.cpp)
create_jitbuilder_test(nestedloop cpp/samples/NestedLoop.cpp)
create_jitbuilder_test(pow2 cpp/samples/Pow2.cpp)
create_jitbuilder_test(simple cpp/samples/Simple.cpp)
create_jitbuilder_test(thunk cpp/samples/Thunk.cpp)
create_jitbuilder_test(worklist cpp/samples/Worklist.cpp)
create_jitbuilder_test(power cpp/samples/Power.cpp)

Expand All @@ -64,6 +63,7 @@ if(OMR_JITBUILDER_TEST_EXTENDED)
create_jitbuilder_test(structArray cpp/samples/StructArray.cpp)
create_jitbuilder_test(switch cpp/samples/Switch.cpp)
create_jitbuilder_test(tableswitch cpp/samples/TableSwitch.cpp)
create_jitbuilder_test(thunk cpp/samples/Thunk.cpp)
create_jitbuilder_test(toiltype cpp/samples/ToIlType.cpp)
create_jitbuilder_test(union cpp/samples/Union.cpp)
create_jitbuilder_test(vmregister cpp/samples/VMRegister.cpp)
Expand Down

0 comments on commit 51ac424

Please sign in to comment.