1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Javascript: Move tests into a separate file

This commit is contained in:
Anthony Nicholls 2024-11-05 14:34:05 +00:00
parent df6f3f8e28
commit 2e683dd9d2
12 changed files with 485 additions and 422 deletions

View file

@ -48,3 +48,7 @@
#undef choc
#include "javascript/juce_Javascript.cpp"
#if JUCE_UNIT_TESTS
#include "javascript/juce_Javascript_test.cpp"
#endif