Mercurial > hg > btrack
diff unit-tests/BTrack Tests/main.cpp @ 14:18fc3c248436 develop
Added a unit testing project, and did some commenting. Also moved python-module into a modules-and-plug-ins folder
author | Adam <adamstark.uk@gmail.com> |
---|---|
date | Tue, 21 Jan 2014 10:24:33 +0000 |
parents | |
children | 88c8d3862eee |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unit-tests/BTrack Tests/main.cpp Tue Jan 21 10:24:33 2014 +0000 @@ -0,0 +1,18 @@ +// +// main.cpp +// BTrack Tests +// +// Created by Adam Stark on 21/01/2014. +// Copyright (c) 2014 Adam Stark. All rights reserved. +// + +#include <iostream> + +int main(int argc, const char * argv[]) +{ + + // insert code here... + std::cout << "Hello, World!\n"; + return 0; +} +