diff options
| author | 2022-07-22 16:14:33 -0700 | |
|---|---|---|
| committer | 2022-07-22 16:17:13 -0700 | |
| commit | 1e9706d76d38798cda9f15635c336b039bd53700 (patch) | |
| tree | 6b1c5f1f480ff4e42f7a8b0b05725c649c2249b2 | |
| parent | db51f285f8786c3c4a11b75cc09e6c193b4398b5 (diff) | |
| download | bun-1e9706d76d38798cda9f15635c336b039bd53700.tar.gz bun-1e9706d76d38798cda9f15635c336b039bd53700.tar.zst bun-1e9706d76d38798cda9f15635c336b039bd53700.zip | |
[bun wiptest] This test does not seem to run?
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -873,7 +873,7 @@ release-bin: release-bin-without-push release-bin-push test/wiptest/run.o: test/wiptest/run.cpp - $(CXX) -Wall -g -c -std=c++17 -o test/wiptest/run.o test/wiptest/run.cpp + $(CXX) -Wall -g -c -std=c++2a -lc -o test/wiptest/run.o test/wiptest/run.cpp test/wiptest/run: test/wiptest/run.o $(CXX) -Wall -g -o test/wiptest/run test/wiptest/run.o @@ -917,7 +917,7 @@ test-dev-bun-snapshot: test-bun-wiptest: test/wiptest/run cd test/wiptest && BUN_BIN=$(DEBUG_BUN) ./run ./fixtures -test-all: test-install test-bun-snapshot test-with-hmr test-no-hmr test-create-next test-create-react test-bun-run test-bun-install test-bun-dev test-bun-wiptest +test-all: test-install test-bun-snapshot test-with-hmr test-no-hmr test-create-next test-create-react test-bun-run test-bun-install test-bun-dev copy-test-node-modules: rm -rf test/snippets/package-json-exports/node_modules || echo ""; |
