diff --git a/buildfile.m b/buildfile.m index 65c311e..86c9810 100644 --- a/buildfile.m +++ b/buildfile.m @@ -4,8 +4,7 @@ plan = buildplan(localfunctions); plan("clean") = CleanTask; -% plan("test") = TestTask(TestResults=["test-results.pdf", "test-results.mat"]); -plan("test") = TestTask(TestResults=["test-results.mat"]); +plan("test") = TestTask(TestResults=["test-results.pdf", "test-results.mat"]); plan("markdown").Inputs = "**/*.mlx"; plan("markdown").Outputs = replace(plan("markdown").Inputs, ".mlx",".md");