-
Notifications
You must be signed in to change notification settings - Fork 570
gopherjs test -c : doesn't not compile more than one file #764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Resolving this would be easier with more clear reproduction steps (e.g., what was the exact code you tried it on, what exact commands did you run, what output did you get, etc.). |
I'm trying to generate javascript test and running in a browser. what was the exact code: what exact commands did I run:
All tests are launched
In this part, only xts_test.js is generated instead of xts_test.js and xtea_test.js and it does not contain all tests. Result of xts_test.js in a browser: |
The
You can just invoke
This bug needs to be fixed by adding a "cannot use -c flag with multiple packages" error message when multiple packages are provided to |
I'm trying to generate list of *_test.js but it seem that only the first _test.go is building.
"gopherjs test" is able to run list of tests but "gopherjs test -c" compile only one test instead of compiling all the tests.
The text was updated successfully, but these errors were encountered: