Browse Source

Move tests2/ contents to tests/.

pull/1713/head
Joao Matos 2 years ago
parent
commit
2003f8fe2c
  1. 0
      tests/Builtins.h
  2. 0
      tests/Classes.h
  3. 0
      tests/Classes2.h
  4. 0
      tests/Delegates.h
  5. 0
      tests/Enums.h
  6. 0
      tests/Overloads.h
  7. 0
      tests/emscripten/.gitignore
  8. 0
      tests/emscripten/premake5.lua
  9. 0
      tests/emscripten/test.mjs
  10. 0
      tests/emscripten/test.sh
  11. 0
      tests/emscripten/utils.mjs
  12. 0
      tests/napi/.gitignore
  13. 0
      tests/napi/premake5.lua
  14. 0
      tests/napi/test.js
  15. 0
      tests/napi/test.sh
  16. 0
      tests/quickjs/.gitignore
  17. 0
      tests/quickjs/premake5.lua
  18. 0
      tests/quickjs/test-prop.js
  19. 0
      tests/quickjs/test.js
  20. 0
      tests/quickjs/test.sh
  21. 0
      tests/test.sh
  22. 0
      tests/ts/.gitignore
  23. 0
      tests/ts/test.sh
  24. 0
      tests/ts/test.ts
  25. 0
      tests/ts/tsconfig.json

0
tests2/Builtins.h → tests/Builtins.h

0
tests2/Classes.h → tests/Classes.h

0
tests2/Classes2.h → tests/Classes2.h

0
tests2/Delegates.h → tests/Delegates.h

0
tests2/Enums.h → tests/Enums.h

0
tests2/Overloads.h → tests/Overloads.h

0
tests2/emscripten/.gitignore → tests/emscripten/.gitignore vendored

0
tests2/emscripten/premake5.lua → tests/emscripten/premake5.lua

0
tests2/emscripten/test.mjs → tests/emscripten/test.mjs

0
tests2/emscripten/test.sh → tests/emscripten/test.sh

0
tests2/emscripten/utils.mjs → tests/emscripten/utils.mjs

0
tests2/napi/.gitignore → tests/napi/.gitignore vendored

0
tests2/napi/premake5.lua → tests/napi/premake5.lua

0
tests2/napi/test.js → tests/napi/test.js

0
tests2/napi/test.sh → tests/napi/test.sh

0
tests2/quickjs/.gitignore → tests/quickjs/.gitignore vendored

0
tests2/quickjs/premake5.lua → tests/quickjs/premake5.lua

0
tests2/quickjs/test-prop.js → tests/quickjs/test-prop.js

0
tests2/quickjs/test.js → tests/quickjs/test.js

0
tests2/quickjs/test.sh → tests/quickjs/test.sh

0
tests2/test.sh → tests/test.sh

0
tests2/ts/.gitignore → tests/ts/.gitignore vendored

0
tests2/ts/test.sh → tests/ts/test.sh

0
tests2/ts/test.ts → tests/ts/test.ts

0
tests2/ts/tsconfig.json → tests/ts/tsconfig.json

Loading…
Cancel
Save