microsoft / SCXcore

System Center Cross Platform Provider for Operations Manager
Microsoft Public License
36 stars 31 forks source link

Add testapp (copied over from old TFS repository) #19

Closed jeffaco closed 8 years ago

jeffaco commented 8 years ago

Modified Makefile to create testapp binary in target directory

@OpusDude

Steve, please take a look. I modified the makefile to create testapp in the target directory, which will mean that it'll get copied with the shell bundle. Once you approve, I'll modify the Jenkins build to also build this.

Another approach is to have the primary Makefile (in the build directory) run this directly (which means it'll be built when any developer builds). This will likely allow us to catch errors earlier, and not during a build. Let me know if you prefer this.

Note: I did not modify any other files (just the makefile).

OpusDude commented 8 years ago

I'm good with it being built when any developer builds.

Signed off.

jeffaco commented 8 years ago

Tool is now built as part of devel-deps, which happens during a regular 'make' process.