Closed khale closed 5 years ago
This pull request introduces 6 alerts when merging d7ac2c43d7baee2c54847086c2ddc919134fbea7 into 29bf3429c302edc04fd57ab0ef7f4f745295dbd1 - view on LGTM.com
new alerts:
Comment posted by LGTM.com
This pull request introduces 6 alerts when merging 5ae719f23b5213473906263ab8178e1de4d1e727 into 29bf3429c302edc04fd57ab0ef7f4f745295dbd1 - view on LGTM.com
new alerts:
Comment posted by LGTM.com
This pull request introduces 6 alerts when merging e78623c896710797f14ede4ed3e7e2d1323a7bf3 into 29bf3429c302edc04fd57ab0ef7f4f745295dbd1 - view on LGTM.com
new alerts:
Comment posted by LGTM.com
@PeterDinda thanks for the feedback.
This pull request introduces 6 alerts when merging e6d9b191b1b2d251e238c588b12f8146950e0878 into 189083de8cf5cea7eabdf61ae8a472ab3316503c - view on LGTM.com
new alerts:
Comment posted by LGTM.com
This pull request introduces 6 alerts when merging f2c7ce092f3b0e6dbd640056feb5b9ee95679da9 into 189083de8cf5cea7eabdf61ae8a472ab3316503c - view on LGTM.com
new alerts:
Comment posted by LGTM.com
This PR adds a testing framework to Nautilus. This makes it much easier to test code you've written for some component. The meat of this PR is in 5d23e52. Key features include:
src/test/test.c
.-test <testname> "arg1 arg2 arg3"
)Other changes:
make isoimage
build. This just cleans up some cruft in the source directorymake isoimage
less cluttered. Note: integration with the shell will be trivial once the shell rewrite PR is merged in.