From cf5fb5fdfd477e0bb4ffa0e4fec3a8ec01bf5cf1 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 31 Dec 2017 22:56:45 -0800 Subject: Split Acyclic/Jawn/BetterFiles tests into their own `integration/` test suite. Those tests now download a snapshot of the relevant git repo rather than vendoring the files, and use a bare `build.sc` instead of having the build object be included in the test classpath. Tests pass using `sbt integration/test`, but `mill integration.test` still doesn't work --- scalalib/src/test/resource/acyclic/project/build.properties | 1 - 1 file changed, 1 deletion(-) delete mode 100644 scalalib/src/test/resource/acyclic/project/build.properties (limited to 'scalalib/src/test/resource/acyclic/project/build.properties') diff --git a/scalalib/src/test/resource/acyclic/project/build.properties b/scalalib/src/test/resource/acyclic/project/build.properties deleted file mode 100644 index 817bc38d..00000000 --- a/scalalib/src/test/resource/acyclic/project/build.properties +++ /dev/null @@ -1 +0,0 @@ -sbt.version=0.13.9 -- cgit v1.2.3