1 //: Automatically aggregate functions starting with 'test-' into a test suite 2 //: called 'run-tests'. Running this function will run all tests. 3 //: 4 //: This is actually SubX's first (trivial) compiler. We generate all the code 5 //: needed for the 'run-tests' function. 6 //: 7 //: By convention, temporary functions needed by tests will start with 8 //: '_test-'. 9 10 //: We don't rely on any transforms running in previous layers, but this layer 11 //: knows about labels and will emit labels for previous layers to transform. 12 :(after "Begin Transforms") 13 Transform.push_back(create_test_function);wtf? hi from right hi from left hi in center