From 63e8946fc808c19512454b33d641be1a5fd99ce0 Mon Sep 17 00:00:00 2001 From: Jake Zimmerman Date: Sun, 3 Sep 2017 11:56:14 -0700 Subject: Detect and use CM files for smlnj (#884) * Detect and use CM files for smlnj * Split into two checkers - one for CM projects - one for single SML files * Fix some typos * Fix error caught by writing tests We want to actually use `glob` to search in paths upwards from us. (Previously we were just searching in the current directory every time!) * Fix errors from former test run * Write tests for GetCmFile and GetExecutableSmlnj * Typo in 'smlnj/' fixture filenames --- test/smlnj/file/qux.sml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/smlnj/file/qux.sml (limited to 'test/smlnj/file') diff --git a/test/smlnj/file/qux.sml b/test/smlnj/file/qux.sml new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3