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

Add first test for project Creation #25

Merged
merged 7 commits into from
Oct 11, 2019
Merged

Commits on Oct 10, 2019

  1. ocd: alignment

    Signed-off-by: William Casarin <jb55@jb55.com>
    jb55 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    68a1fee View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. cmd: create standalone Init function

    This will allow us to call this from within a test
    
    Signed-off-by: William Casarin <jb55@jb55.com>
    jb55 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    efec50f View commit details
    Browse the repository at this point in the history
  2. moveonly: create standlone function for Create

    Signed-off-by: William Casarin <jb55@jb55.com>
    jb55 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    5f87969 View commit details
    Browse the repository at this point in the history
  3. cmd: add outDir to Create

    This will allow us to generate projects into any directory we would like.
    
    We also:
    
      - replace spome Sprintfs with path.Join
      - Use MkdirAll instead of MkDir
      - Return the project directory
    
    Signed-off-by: William Casarin <jb55@jb55.com>
    jb55 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    aee97da View commit details
    Browse the repository at this point in the history
  4. test: initial Create test

    Signed-off-by: William Casarin <jb55@jb55.com>
    jb55 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    4dc4219 View commit details
    Browse the repository at this point in the history
  5. make: add check phase to Makefile

    Signed-off-by: William Casarin <jb55@jb55.com>
    jb55 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    bfed160 View commit details
    Browse the repository at this point in the history
  6. add .travis.yml

    Signed-off-by: William Casarin <jb55@jb55.com>
    jb55 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    437df20 View commit details
    Browse the repository at this point in the history