Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
added test-scripts/testspeed.escript
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Jul 2, 2012
1 parent 9410004 commit 3dbdfd1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test-scripts/testspeed.escript
@@ -0,0 +1,20 @@
#!/usr/bin/env escript
%% -*- erlang -*-
%%! -pa ./ebin

%% Note: execute from the root path

main(_) ->

code:load_file(tinymt32),
code:load_file(tinymt32_tests),

tinymt32_tests:test_speed(),
tinymt32_tests:test_speed(),
tinymt32_tests:test_speed(),
tinymt32_tests:test_speed(),
tinymt32_tests:test_speed(),
io:format("end of testspeed.escript~n"),
ok.


0 comments on commit 3dbdfd1

Please sign in to comment.