Skip to content
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

clean-up the dev environment - repo, tests, etc #9

Closed
divisuals opened this issue Nov 20, 2015 · 4 comments
Closed

clean-up the dev environment - repo, tests, etc #9

divisuals opened this issue Nov 20, 2015 · 4 comments
Assignees

Comments

@divisuals
Copy link
Collaborator

Few specific clean-ups planned:

  • java, sedona and native source is scattered across the 'src' directory; should be aggregated into few logical folders
  • temp directories (manifests, kits, out, test, etc) are generated in the project root folder, should be generated in 'build' or 'dist' folder
  • test compiled code (.ir) is in the kit's main folder rather than in respective '/test' folders
  • all tests are currently run together rather than individually
@linsong
Copy link
Owner

linsong commented Nov 21, 2015

let's will make things a lot easier, I am confused at the source code directory almost all the time. And run test individually will be very helpful to debug a specific test.

@divisuals
Copy link
Collaborator Author

Found out that a mechanism to run individual sedonac tests exists. For example, one can specify a single test as:

sedonac -test AppTest 

svm tests are all run together for now, so that needs fixing.

@divisuals
Copy link
Collaborator Author

Have another switch -utest arg defined and working for svm tests where the argument can be a specific test, a specific type or a kit.

Also, updated the message on screen - didn't realize that most of the verifies is from a single test in hvac!

svm scode/x86-test.scode -utest hvac::LSeqTest.test

gives 54944 verifies! Will commit and create a pull request shortly.

linsong added a commit that referenced this issue Nov 24, 2015
clean-up the dev environment - repo, tests, etc (#9, branch: repo_clean)
@divisuals
Copy link
Collaborator Author

Seems the merge is good so closing the issue.

@divisuals divisuals self-assigned this Nov 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants