Skip to content

Commit

Permalink
Making dart2 tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dupuchba committed Aug 30, 2023
1 parent bffa571 commit 6c1b153
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ cd tmp/tests
clojure -M -m cljd.build init
dart pub add -d test || true
clojure -M -m cljd.build compile cljd.test-clojure.core-test-cljd cljd.test-clojure.string cljd.test-clojure.core-test cljd.test-clojure.for cljd.test-clojure.clojure-zip cljd.test-clojure.clojure-set cljd.test-clojure.clojure-walk cljd.test-clojure.other-functions cljd.test-clojure.test-test cljd.test-reader.reader-test
dart test -p vm
# --enable-experiment=records is there for making tests pass even on dart2
# on dart3 it should be a no op.
dart --enable-experiment=records test -p vm

0 comments on commit 6c1b153

Please sign in to comment.