I attempted to run the tests, but I saw "No tests were executed." This is unexpected.
[atticusk@nixos:~/coding/part_ii_project/sdql_reference/sdql]$ sbt "testOnly * -- -n TestTPCH1"
Picked up _JAVA_OPTIONS: -Djava.util.prefs.userRoot=/home/atticusk/.config/java
Picked up _JAVA_OPTIONS: -Djava.util.prefs.userRoot=/home/atticusk/.config/java
[info] welcome to sbt 1.10.0 (N/A Java 21.0.9)
[info] loading settings for project sdql-build from plugins.sbt ...
[info] loading project definition from /home/atticusk/coding/part_ii_project/sdql_reference/sdql/project
[info] loading settings for project sdql from build.sbt ...
[info] set current project to sdql (in build file:/home/atticusk/coding/part_ii_project/sdql_reference/sdql/)
[info] CppCompileTestJOBGJ:
[info] RemoveRecordGetTest:
[info] CppCodegenTestJOBGJ:
[info] CppCompileTestLSQBFJ0_1:
[info] CppCompileTestLSQBFJ0_3:
[info] RemoveAliasesTest:
[info] ParserTest:
[info] LowerToLLQLTest:
[info] Parser
[info] CppCompileTestLSQBFJ3:
[info] CppCompileTestTPCH1:
[info] CppCompileTestTPCH0_01:
[info] RemoveIntermediateTupleTest:
[info] CppCompileTestJOBFJ:
[info] CppCodegenTestJOBFJ:
[info] SkipUnusedColumnsTest:
[info] CppCodegenTestLSQB:
[info] CppCompileTestLSQBFJ1:
[info] CppCompileTestLSQBGJ1:
[info] CppCompileTestLSQBGJ0_1:
[info] CppCompileTestLSQBGJ0_3:
[info] BindFreeExpressionTest:
[info] CppCodegenTestTPCH:
[info] CppCompileTestLSQBGJ3:
[info] CppCodegenTest:
[info] InterpreterTest:
[info] Interpreter
[info] Run completed in 398 milliseconds.
[info] Total number of tests run: 0
[info] Suites: completed 25, aborted 0
[info] Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0
[info] No tests were executed.
[success] Total time: 2 s, completed Oct 28, 2025, 2:27:55 PM
I confirmed that the datasets where in the folder:
[atticusk@nixos:~/coding/part_ii_project/sdql_reference/sdql]$ ls datasets/tpch/
customer.tbl lineitem.tbl nation.tbl orders.tbl partsupp.tbl part.tbl region.tbl supplier.tbl
I attempted to run the tests, but I saw "No tests were executed." This is unexpected.
I confirmed that the datasets where in the folder:
[atticusk@nixos:~/coding/part_ii_project/sdql_reference/sdql]$ ls datasets/tpch/ customer.tbl lineitem.tbl nation.tbl orders.tbl partsupp.tbl part.tbl region.tbl supplier.tbl