Skip to content

Commit

Permalink
Merge pull request #474 from CocoaLumberjack/unit_tests
Browse files Browse the repository at this point in the history
Unit Tests
  • Loading branch information
rivera-ernesto committed Mar 13, 2015
2 parents bf3e2a1 + c88dfa8 commit ed97927
Show file tree
Hide file tree
Showing 12 changed files with 796 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,11 @@ script:
- xctool -project Framework/Desktop/Lumberjack.xcodeproj -scheme 'FmwkTest'
- xctool -project Framework/Mobile/Lumberjack.xcodeproj -scheme 'LibTest' -configuration Release -sdk iphonesimulator -arch i386 build
- xctool -project Framework/Desktop/Lumberjack.xcodeproj -scheme 'CocoaLumberjack'
#comment - xctool -project Framework/Desktop/Lumberjack.xcodeproj -scheme 'CocoaLumberjack' -configuration Release -sdk iphonesimulator -arch i386 build
- xctool -project Framework/Desktop/Lumberjack.xcodeproj -scheme 'CocoaLumberjack' -configuration Release -sdk iphonesimulator -arch i386 build

- pod install --project-directory=Tests
- xctool -workspace Framework/Lumberjack.xcworkspace -scheme 'iOS Tests' -sdk iphonesimulator -arch i386 test
- xctool -workspace Framework/Lumberjack.xcworkspace -scheme 'OS X Tests' test

- cd Demos
- pod install --project-directory=ContextFilter
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0600"
LastUpgradeVersion = "0610"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0600"
LastUpgradeVersion = "0610"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 6 additions & 0 deletions Framework/Lumberjack.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0600"
LastUpgradeVersion = "0610"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0600"
LastUpgradeVersion = "0610"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit ed97927

Please sign in to comment.